Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: high bounce rate and low ctr opportunities #384

Merged
merged 6 commits into from
Sep 3, 2024
Merged

Conversation

ekremney
Copy link
Member

@ekremney ekremney commented Aug 29, 2024

Implements adobe/spacecat-shared#351

Adds new two experimentation opportunities to the opportunity audit:

  1. High inorganic traffic with high bounce rate
  2. High organic traffic with low ctr

Copy link

This PR will trigger a minor release when merged.

@@ -16,6 +16,11 @@ import { AuditBuilder } from '../common/audit-builder.js';
import { getRUMDomainkey } from '../support/utils.js';

const DAYS = 30;
const OPPTY_QUERIES = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since there can be other opportunities, which are not experimentation related, so I've kept those as experimentationHandlers, so can we still keep the word experimentation? like EXPERIMENTATION_OPPTY_QUERIES ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, more accurate name for this audit should be experimentation-opportunities because it only encompasses the experimentation opportunities. Other type opportunities such as broken backlinks or cwv etc. are covered in different audits. Consecutively, I renamed the audit

@ekremney ekremney merged commit 33aa025 into main Sep 3, 2024
3 checks passed
@ekremney ekremney deleted the exp-opportunities branch September 3, 2024 13:38
solaris007 pushed a commit that referenced this pull request Sep 3, 2024
# [1.30.0](v1.29.2...v1.30.0) (2024-09-03)

### Bug Fixes

* **deps:** update dependency @adobe/spacecat-shared-rum-api-client to v2.9.0 ([#388](#388)) ([b55e4fb](b55e4fb))

### Features

* high bounce rate and low ctr opportunities ([#384](#384)) ([33aa025](33aa025))
@solaris007
Copy link
Member

🎉 This PR is included in version 1.30.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants